/*--------------------
 * Boutton Minus & Plus 
 *--------------------*/

.MinusButton {
	margin-bottom:0px;
	margin-top:3px;
	width: 9px;
	height: 9px;
	background-image: url("../images/common/minus.png");
	background-repeat: no-repeat;
}

.PlusButton {
	margin-bottom:0px;
	margin-top:3px;
	width: 9px;
	height: 9px;
	background-image: url("../images/common/plus.png");
	background-repeat: no-repeat;
}

